home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1993
/
Internet Info CD-ROM (Walnut Creek) (1993).iso
/
networking
/
osi
/
isode
/
dosisode
/
DOSISODE80.ZIP
/
ISODE8.WRK
/
UTILS
/
H.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-12-11
|
298 b
|
11 lines
rem @echo off
set h_file=%1.h
set new_file=%1.h_n
set orig_file=%isode_orig%\%dir%\%h_file%
if exist %new_file% set orig_file=%new_file%
%isode%\utils\cmpftime %h_file% %orig_file%
if not errorlevel 2 goto end
echo pass1 %orig_file% %h_file%
%isode%\utils\pass1 %orig_file% %h_file%
:end